home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / ALJII523.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  348 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserJet II" version 52.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011002 or 011349
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 7 September 1990
  15.  
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.0"
  18. *LanguageVersion: English
  19. *Product: "(Adobe LaserJet II Cartridge)"
  20. *PSVersion: "(52.3) 1"
  21. *NickName: "Adobe LaserJet II Cartridge v52.3"
  22.  
  23. *% General Information and Defaults ===============
  24.  
  25. *FreeVM: "331944"
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  30. *Throughput: "8"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48.  
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict begin checkpassword end not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict begin exitserver
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *DefaultResolution: 300dpi
  69. *?Resolution: "
  70. save
  71.   initgraphics
  72.   0 0 moveto currentpoint matrix defaultmatrix transform
  73.   0 72 lineto currentpoint matrix defaultmatrix transform
  74.   3 -1 roll sub dup mul
  75.   3 1 roll exch sub dup mul
  76.   add sqrt round cvi
  77.   (          ) cvs print (dpi) = flush
  78. restore
  79. "
  80. *End
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: None
  86. *ScreenProc Dot: "{abs exch abs 2 copy add 1 gt
  87. {1 sub dup mul exch 1 sub dup mul add 1 sub}
  88. {dup mul exch dup mul add 1 exch sub}ifelse}
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch 
  93. add sqrt 1 exch sub }"
  94. *End
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98.  
  99. *% Paper Handling ===================
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize B5: "statusdict begin b5tray end"
  108. *?PageSize: "
  109.  save statusdict begin
  110.   5 dict begin
  111.    /lettertray (Letter) def /legaltray (Legal) def
  112.    /a4tray (A4) def 
  113.    /b5tray (B5) def /executivetray (Executive) def
  114.    papersize {
  115.      {load exec} stopped not{= flush}if
  116.    }{
  117.      {load exec} stopped not{print (.Transverse) = flush}
  118.      {(Unknown) = flush}ifelse
  119.    }ifelse
  120.   end
  121.  end restore
  122. "
  123. *End
  124.  
  125. *% These entries will set up the frame buffer. Usually used with manual feed.
  126. *DefaultPageRegion: Letter
  127. *PageRegion Letter: "letter"
  128. *PageRegion Legal: "legal"
  129. *PageRegion A4: "a4"
  130. *PageRegion B5: "b5"
  131. *PageRegion Executive: "executivepage"
  132.  
  133. *% These entries will invoke a particular tray--error may occur if tray 
  134. *% is not inserted.
  135. *% These errors should be trapped by software and a message displayed
  136. *DefaultPaperTray: None
  137. *PaperTray Letter: "statusdict begin lettertray end"
  138. *PaperTray Legal: "statusdict begin legaltray end"
  139. *PaperTray Executive: "statusdict begin executivetray end"
  140. *PaperTray A4: "statusdict begin a4tray end"
  141. *PaperTray B5: "statusdict begin b5tray end"
  142. *?PaperTray: "
  143.  save statusdict begin
  144.   5 dict begin
  145.    /lettertray (Letter) def /legaltray (Legal) def
  146.    /a4tray (A4) def /b5tray (B5) def
  147.    /executivetray (Executive) def
  148.    papersize {
  149.      {load exec} stopped not{= flush}if
  150.    }{
  151.      {load exec} stopped not{print (.Transverse) = flush}if
  152.    }ifelse
  153.   end
  154.  end restore
  155. "
  156. *End
  157.  
  158. *% The following entries provide information about specific paper keywords.
  159. *DefaultImageableArea: Letter
  160. *ImageableArea Letter: "18 19 593 774 "
  161. *ImageableArea Legal: "18 19 593 990 "
  162. *ImageableArea A4: "17 19 576 825 "
  163. *ImageableArea B5: "13 16 500 709 "
  164. *ImageableArea Executive: "17 14 500 732"
  165. *?ImageableArea: "
  166.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  167.   newpath clippath pathbbox
  168.   4 -2 roll exch 2 {ceiling cvp} repeat
  169.   exch 2 {floor cvp} repeat flush
  170.  restore
  171. "
  172. *End
  173.  
  174. *% These provide the physical dimensions of the paper (by keyword)
  175. *DefaultPaperDimension: Letter
  176. *PaperDimension Letter: "612 792"
  177. *PaperDimension Legal: "612 1008"
  178. *PaperDimension A4: "595 842"
  179. *PaperDimension B5: "516 729"
  180. *PaperDimension Executive: "522 756"
  181.  
  182. *% Edit the following line if necessary.
  183. *DefaultOutputBin: Upper
  184. *DefaultInputSlot: None
  185.  
  186. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  187. *?InputSlot: "
  188.  save statusdict begin
  189.   1 dict begin
  190.    /0 (Upper) def
  191.    papertray 
  192.      {( ) cvs cvn load exec} stopped not{= flush}if
  193.   end
  194.  end restore
  195. "
  196. *End
  197.  
  198. *DefaultManualFeed: False
  199. *?ManualFeed: "
  200.   statusdict /manualfeed get
  201.   {(True)}{(False)}ifelse = flush"
  202. *End
  203. *ManualFeed True: "statusdict begin /manualfeed true store end"
  204. *ManualFeed False: "statusdict begin /manualfeed false store end"
  205.  
  206. *% The following will require some hand editing:
  207. *DefaultOutputOrder: Normal
  208. *DefaultCollator: None
  209. *DefaultSorter: None
  210. *DefaultDuplex: None
  211.  
  212. *% Font Information =====================
  213. *DefaultFont: Courier
  214. *Font AvantGarde-Book: Standard "(001.002)"
  215. *Font AvantGarde-BookOblique: Standard "(001.002)"
  216. *Font AvantGarde-Demi: Standard "(001.003)"
  217. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  218. *Font Bookman-Demi: Standard "(001.001)"
  219. *Font Bookman-DemiItalic: Standard "(001.001)"
  220. *Font Bookman-Light: Standard "(001.001)"
  221. *Font Bookman-LightItalic: Standard "(001.001)"
  222. *Font Courier: Standard "(002.002)"
  223. *Font Courier-Bold: Standard "(002.002)"
  224. *Font Courier-BoldOblique: Standard "(002.002)"
  225. *Font Courier-Oblique: Standard "(002.002)"
  226. *Font Helvetica: Standard "(001.002)"
  227. *Font Helvetica-Bold: Standard "(001.002)"
  228. *Font Helvetica-BoldOblique: Standard "(001.002)"
  229. *Font Helvetica-Narrow: Standard "(001.002)"
  230. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  231. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  232. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  233. *Font Helvetica-Oblique: Standard "(001.002)"
  234. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  235. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  236. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  237. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  238. *Font Palatino-Bold: Standard "(001.002)"
  239. *Font Palatino-BoldItalic: Standard "(001.002)"
  240. *Font Palatino-Italic: Standard "(001.002)"
  241. *Font Palatino-Roman: Standard "(001.001)"
  242. *Font Symbol: Special "(001.003)"
  243. *Font Times-Bold: Standard "(001.002)"
  244. *Font Times-BoldItalic: Standard "(001.004)"
  245. *Font Times-Italic: Standard "(001.002)"
  246. *Font Times-Roman: Standard "(001.002)"
  247. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  248. *Font ZapfDingbats: Special "(001.002)"
  249. *?FontQuery: "
  250. save  4 dict begin /sv exch def
  251. /str (fonts/                              ) def
  252. /st2 128 string def
  253. {
  254.   count 0 gt {
  255.     dup st2 cvs (/) print print (:) print
  256.     dup FontDirectory exch known {pop (Yes)}{
  257.      str exch st2 cvs dup length /len exch def
  258.      6 exch putinterval str 0 len 6 add getinterval mark exch
  259.      { } st2 filenameforall counttomark 0 gt {
  260.       cleartomark (Yes)}{cleartomark (No)}ifelse
  261.     }ifelse = flush
  262.   }{ exit } ifelse
  263. } bind loop
  264. (*) = flush
  265. sv end restore
  266. "
  267. *End
  268.  
  269. *?FontList: "
  270. save  2 dict begin /sv exch def
  271. /str 128 string def
  272. FontDirectory { pop == } bind forall flush
  273. /filenameforall where { 
  274.  pop save (fonts/*) { 
  275.   dup length 6 sub 6 exch getinterval cvn == 
  276.  } bind str filenameforall flush restore
  277. } if 
  278. (*) = flush
  279. sv end restore
  280. "
  281. *End
  282.  
  283. *% Printer Messages (verbatim from printer):
  284. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  285. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  286. *Message: "\FontName\ not found, using Courier"
  287.  
  288. *% Status (format: %%[ status: <one of these> ]%% )
  289. *Status: "idle"
  290. *Status: "busy"
  291. *Status: "waiting"
  292. *Status: "printing"
  293.  
  294. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  295. *Source: "serial25"
  296. *Source: "Centronics"
  297.  
  298. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  299. *PrinterError "No Paper Tray"
  300. *PrinterError "Out Of Paper"
  301. *PrinterError "Feed Manual"
  302. *PrinterError "Cover Open"
  303. *PrinterError "Warming Up"
  304. *PrinterError "Paper Jam"
  305. *PrinterError "toner missing"
  306.  
  307. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  308.  
  309. *% Color Separation Information =====================
  310.  
  311. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  312.  
  313. *InkName: ProcessBlack/Process Black
  314. *InkName: CustomColor/Custom Color
  315. *InkName: ProcessCyan/Process Cyan
  316. *InkName: ProcessMagenta/Process Magenta
  317. *InkName: ProcessYellow/Process Yellow
  318.  
  319. *%  For 60 lpi / 300 dpi  ===============================
  320.  
  321. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  322. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  323. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  324. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  325. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  326.  
  327. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  332.  
  333. *%  For 53 lpi / 300 dpi  ===============================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  336. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  337. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  338. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  339. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  342. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  343. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  344. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  345. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  346.  
  347. *% end of PPD file for Adobe PostScript LaserJet II Cartridge
  348.